pp108 : zoomUrl Property

zoomUrl Property


ThezoomUrlcontrol contains the URL of the application that has to be started when you click the zoom button of a zoom field. The zoomUrl is linked to a column.

Syntax

Inline HTML
<div cordysType="wcp.library.ui.XGrid"
         id="myGrid"
         xpathRowData = " " 
         xpathBusinessObject = " ">
         <div id=" " ref=" " 
             zoomUrl=sUrl zoomField=" " onzoom="">
         </div>
</div>


Possible Values

sUrl URL of the application to be started when you zoom in on a cell in the XGrid.


Remarks


ThezoomUrlcontrol is always used in combination withzoomFieldand theonzoomevent.

It is passed as aneventObjectproperty in theonzoomevent. When theonzoomevent is invoked, you can use this control along withzoomFieldto start the application that allows the selection of the value to be returned to the cell of the XGrid .

See Also


xgrid, onzoom